home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / htdocs / restricted / user_pwd.sql < prev   
Encoding:
Text File  |  2005-07-08  |  110 b   |  6 lines

  1. CREATE TABLE user_pwd (
  2.     name CHAR(30) NOT NULL,
  3.     pass CHAR(32) NOT NULL,
  4.     PRIMARY KEY (name)
  5. )
  6.